home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / UTIL / TouchMe 1.1.1.sit / touchMe 1.11 Folder / CW9 PP source / source / touchMePrefix.h < prev    next >
Text File  |  1996-08-08  |  718b  |  30 lines

  1. // ==================================================
  2. //    touchMePrefix.h    
  3. //    Copyright (C) 1996 Mizutori Tetsuya, July 4 1996.
  4. // ==================================================
  5. //    All documents are pretty-printed in Geneva 10-point font.
  6.  
  7. #pragma once
  8.  
  9. // Include precompiled headers.
  10. #ifdef powerc
  11. #include <PP_MacHeadersPPC>
  12. #else
  13. #include <PP_MacHeaders68K>
  14. #endif
  15.  
  16. // Define debugging symbols.
  17. //#define Debug_Throw
  18. //#define Debug_Signal
  19. // Set '#undefined' not to leave any debug codes in the final product release.
  20.  
  21.  
  22. // Define the use of new classes for
  23. // RegisterAllPPClasses (in PPobClasses.cp).
  24. #define PP_NewClasses
  25.  
  26. // Include the PowerPlant prefix file.
  27. #include <PP_Prefix.h>
  28.  
  29. // end of definitions
  30.